Global Index
HTML5 JS API Index > Fullscreen Tutorials & Specs

Document

This page describes Fullscreen extensions to the origial Document type.

Properties
Element (Fullscreen)?
fullscreenElement
The fullscreenElement attribute must return the top element of the context object's fullscreen element stack, or null otherwise.
boolean
fullscreenEnabled
The fullscreenEnabled attribute must return true if the context object and all ancestor browsing context's documents have their fullscreen enabled flag set, or false otherwise.
Operations
voidexitFullscreen()